home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / ace18b.zip / HISTORY.DOC < prev    next >
Text File  |  1993-12-26  |  12KB  |  270 lines

  1. ================================================================
  2.            Updates To AceComm & Utilities (Tm)
  3.             Top down to version 1.55
  4. ================================================================
  5. =============================================================
  6. 12/26/93 * Release version 1.8
  7. =============================================================
  8.  
  9. Update made for 1.8 include:
  10.  
  11.   AceComm is written in 100% assembly language.  This is how the EXE file
  12.   remains so small.  The movement for menu data to a separate binary file is in
  13.   the workings, this will allow for memory savings, multiple language support,
  14.   and to a limited degree, user customizing.  AceComm for MS-Windows is coming
  15.   along nicely, and like the DOS version, written in assembly language.  The
  16.   GUI version featuring RIPscrip video will be available to registered users
  17.   by March of 94. Those wishing to see pre-release copies can get them.
  18.   Int 14h and FOSSIL support will be seen in a 1.86 release very soon. I have
  19.   them implemented, haven't enabled them yet. I may tie an interrupt handler
  20.   to buffer int 14h, as it's dog gone slow using BIOS the way they are.
  21.  
  22. - Fixed dialer timeout to recycle where values 60 seconds and greater would not
  23.   timeout, but require a modem response in order to recycle.
  24.  
  25. - Zmodem receiver file management functions in a more expected manor.  User
  26.   aborts would end with the file time not being updated to the file time sent by
  27.   the remote.  This caused a later resume to be renamed instead.  ACE.DOC
  28.   covers the logic behind file management used with Acecomm's internal zmodem.
  29.  
  30. - Script/macro processor gets attention every release, this area is very robust
  31.   now.  The scrip language continues to inch along, what is here is very solid.
  32.  
  33. - AutoScrGen does a better overall job and can handle systems using HOT keys.
  34.  
  35. - Macro language evolves with each release.  The macro language and scripts
  36.   capability will see the most attention from version to version.
  37.  
  38. - Terminal emulations saw some minor additions. These always get added to and
  39.   tweaked every version.
  40.  
  41. - Event schedules are more on line aware, and there is an enable flag where the
  42.   schedules can be turned off completely.
  43.  
  44. - ACTL (assemble CTL) and PRM2CTL (dis-assemble PRM) utilities are more data
  45.   aware.  The PRM file can be almost 100% cloned across versions.
  46.  
  47. - LISTFILE prompting for batch uploads will now search the directory for all
  48.   LISTFILES and prompt the user "Send from this file Y/n)" before defaulting to
  49.   the menu.  This allows multiple LISTFILES be ready to go, and used on the
  50.   fly, greatly improving the fast up load selection process.
  51.  
  52. - Point mail services saw a lot of work and those using pre-release versions
  53.   are getting good results with the scheduler and <PollBoss> macros.
  54.  
  55. - MDMI.EXE is included for the first time with this release.  MoDeM Install
  56.   will read from an ascii format file of modem definitions.  The file can grow,
  57.   MDMI.EXE will be able to use it as it grows.
  58.  
  59. - Mouse handler was re-written. Mouse support is much more flexible. Double
  60.   click in terminal mode brings up the TopBar menu.
  61.  
  62. - KTS key definitions somehow got behind KBD definitions. KTS are back to
  63.   getting first crack at a key press.
  64.  
  65. - Xmodem was not opening file for 1.75, but dumping to the screen. 1.76 fixed
  66.   this.
  67.   Both Xmodem and Ymodem (G) saw a lot of attention. Mostly YmodemG. This
  68.   protocol is not using file management that the Zmodem uses.
  69.  
  70. - Fixed a problem where writing the AceComm prompt to the DOS prompt when
  71.   shelling to command processor, AceComm would overwrite any environment
  72.   variables that were defined after the prompt. This will be a noticeable fix
  73.   for many. This caused AceComm to lose it's ability to run programs if any
  74.   PATH statement followed the prompt string.
  75.  
  76. - A trend for menus to become user definable is in the works. It just seems
  77.   to evolve this way since I wanted to move all the text out to an edit able
  78.   area anyway.
  79.  
  80. =============================================================
  81. 11/01/93 * Release version 1.75
  82. =============================================================
  83. Updates made for 1.75 include
  84. - Re-written dialer
  85. - Re-written script processor, the script language inches along,
  86.   whats there is very solid
  87. - Re-written log file formatter, nice new packed log file
  88. - Part re-write for Dir Lister function, "Drives" detect works
  89.   better, "NewDir" operates easier
  90.   format also tracks on line time
  91. - Intelligent File Rename (internal zmodem)
  92. - Introduce "Mondo Menus" (Tm)
  93. - New on-line help topics menu, supports scroll able view, and
  94.    printing
  95. - Changed TopBar 1 line menu for mouse to pull down menu type
  96.   for most frequently used commands. Hot key displayed at left
  97.   Also displays current event schedule (if any) at right
  98. - Changed status bar displays "key-def" hot key & "help" menu
  99.   hot keys at right
  100. - Changed xstatus line display when creating or running scripts
  101.    to display more clearly what key press options are allowed
  102. - New Event scheduler for "Host", and "Mail" events
  103. - New Intelligent Auto Answer (process macro stack associated
  104.   with connect string), allows drop to BBS, FAX, etc. based on
  105.   modem Answer/Connect string
  106. - Re-written Point Mail
  107. - New *.FLO file support (mailer) can look into MAIL_OUT
  108.   directory and provide automated mail poll, send, attach, file
  109.   request etc. if the current event schedule allows. Manual
  110.   mail functions still inside "Protocols" menus
  111. - New Fon List menu item "Mass Change" any record item, updates
  112.   all records with just the 1 item.
  113. - A few new macros, [DATA_ARGS]
  114. - DPRM175.EXE can clone the ACE.PRM file to ACE.CTL, your next
  115.   upgrade will be painless
  116. =============================================================
  117. 09/05/93 * Release version 1.7
  118. =============================================================
  119. Updates made for 1.7 include
  120. - Introduces "Intelligent Auto Log On Technology"(Tm)
  121. - Labels, Gotos, Ifs, and data areas are documented in example
  122.   script file, and introduction of SCRIPT.DOC.
  123. - Sorting FON files by system name, total calls, last date called
  124.     and phone number.
  125. - FON file import/convert functions will now allow file merging.
  126.     US BBS list is a stable format, I'm converting that now.
  127. - Internal protocols code to detect receive buffer near full was
  128.     commented out, I un-commented it, slower computers running
  129.     AceComm as a back ground in Windows etc don't see a crc error
  130.     every 'buffer_size' bytes.
  131. - Ansi ESC[6n is responded to with ESC[row;col R
  132. - Extended AVATAR scroll up/scroll down functions
  133. - File requests using FBL's nodelist extract files (.NOD) where
  134.     the dir lister got involved, caused AceComm to create ACE.BCH
  135.     instead of NETNODE.REQ, this problem didn't exist for users
  136.     using the NODELIST.
  137. - A memory management system has been implemented. Memory for
  138.     internal functions can be swapped to XMS memory during other
  139.     memory hungary tasks.  At this point AceComm uses 64k XMS for
  140.     swapping the scroll back buffer.  Future releases will see
  141.     EMS support, and much more high memory used for the scroll
  142.     back buffer and reading very large FON files.  64k isn't
  143.     much, it allows an extra 48k/250 FON record buffer for very
  144.     large FON files.  Or With smaller FON files, AceComm can run
  145.     in up to 64k less conventional memory than before.
  146.     AceComm uses EMS/XMS/DISK for SWAP when using <CommandShell_>
  147.     and <RunProgram> macros.
  148. - Options menus have been re-arranged grouping like options into
  149.     sub menus.
  150. - LISTFILE names have been changed from ACE.BCH and temporary
  151.     filenames of the 'ABCDEFG' order to 'UPLDS.LST' and
  152.     'UPLDS.LS(n)'.
  153. - Time slices for DV have been added.  Time slices for Windows
  154.    are more selective. By default time slices are not given up
  155.    while using any of Acecomm's internal protocols. Options for
  156.    giving up time slices during internal protocols are provided
  157.    in the new "Internal Protocols Options" menu.
  158. - 9.6k memory has been freed due to changes in the help system
  159.    and on line order form.
  160.  
  161. =============================================================
  162. 08/15/93 * Release version 1.65
  163. =============================================================
  164.  
  165.  
  166. 08/05/93 ADD
  167.    Screens / Colors / Menus menu has a new menu for selecting
  168.    detect, 25 rows, 28 rows, 43 rows, or 50 rows during AceComm
  169.    sessions. The screen mode is restored at program exit.
  170.  
  171.  
  172. 08/04/93 CHANGE
  173.    Internal File Lister screen is re written making it more user
  174.    friendly.
  175.  
  176. 08/03/93 FIX
  177.    ANSI video code / Video display code, a write buffer was getting
  178.    over written causing lock ups, crashes. The video library code
  179.    now does consistent bounds checking.
  180.  
  181. 08/01/93 FIX
  182.    IEMSI session code is re written. Display is cleaned up.
  183.    IEMSI setup menus are given more detailed information.
  184.  
  185. 07/28/93 FIX
  186.    Scroll back buffer would skip a line coming back down.
  187.    Screen blanker and pop up key ref, when occur during Scroll
  188.    back buffer caused screens to not presented properly.
  189.  
  190. =============================================================
  191. 07/25/93 * Release version 1.60
  192. =============================================================
  193.  
  194. 07/18/93 CHANGE
  195.    FON files 250 record limit is replaced with 5000 record limit.
  196.    5000 is arbitrary, each 250 records require 48k memory. Probably
  197.    never get to 5000 records.
  198.  
  199. 07/16/93 FIX
  200.    *** 70 character buffer used with DOS exec function 04bh was
  201.    not enough of a buffer for filename to execute. DOS kept clobbering
  202.    a few bytes past it. 80 character length solved this problem.
  203.    This in addition to the 128 byte param buffer.
  204.  
  205. 07/05/93 ADD
  206.    Added mouse support for both on line terminal area and menu system.
  207.  
  208.    - Replace delay timer in dialer with Stopwatch so seconds are
  209.      still seconds under DV and other task switchers
  210.    - New flags in controls menus for more bells and whistles
  211.    - More Data & functional MACROS
  212.    - Script language gets conditionals, lables, data area more
  213.      Not documented in this 1.60 release, will be next release
  214.      complete with numerous examples and a separate SCRIP.DOC
  215.      <SendDelay> is removed from scrip generation, will re appear
  216.      as option inside options menu (good when debugging scripts)
  217.  
  218. =============================================================
  219. 06/27/93 * Release version 1.55
  220.  <ASP> acceptance came in same day so I stopped distribution
  221. =============================================================
  222.  
  223. 06/06/93 ADD
  224.    Import FON files function is added to Telephone directory area
  225.  
  226.    - Added context on line help
  227.    - Added Point Mail Setup menu
  228.    - did away with ACE.CFG (now in Point Mail Menu)
  229.    - Added 10 auto log on Trigger sequence/ MACRO stack
  230.      strings for dialing area.
  231.    - Improved menus where multiple selector lines now display
  232.      all at once.
  233.    - Zmodem resume after keyboard interrupt was not re initializing
  234.      position in write buffer. This caused bad offsets be generated
  235.      when resuming a file immediately after a keyboard abort.
  236.      Replaced near 8k protocol buffer with allocated buffer.
  237.    - Stopwatch function now rolls over at midnight.
  238.    - MACRO data args are completely stackable. (see MACRO.DOC)
  239.    - Import function inside phone directory
  240.    - DV detection and video buffer usage
  241.  
  242. 06/03/93 CHANGE
  243.    Done away with "More" option in menus that used it to toggle
  244.    between SELECTOR BARS.
  245.    Menus that used "More" option to toggle SELECTOR BARS are now
  246.    displaying two or more SELECTOR BARS.
  247.  
  248. 05/27/93 ADD
  249.    Enabled modification times for internal ymodem, zmodem protocol.
  250.  
  251. 05/26/93 CHANGE
  252.    Local 8k protocol buffer is now a FAR buffer allocated at time
  253.    protocol is used. This saves 8k of memory from program usage
  254.    while internal protocols aren't in use.
  255.  
  256. 05/22/93 FIX
  257.    Internal File Lister function now allows PgUp/PgDn selection
  258.    inside "New Directory" menu.
  259.  
  260. 05/22/93 ADD
  261.    Added code to recognize the gray arrow keys when using enhanced
  262.    BIOS keyboard functions. Also added a flag in "General Controls"
  263.    which allows or dis-allows using enhanced BIOS functions when
  264.    detected.
  265.  
  266. 05/18/93 FIX
  267.    AVATAR video was missing the color BLUE
  268.    Now supports VY repeat mode.
  269.  
  270.